
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,300&display=swap');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-sans-serif;
  background-color: white;
  background-size: cover;
  color: black;
}
